@charset "utf-8";
/* 站点说明：整站样式
 * 开发时间：20150914
 * 开发者：陈宏
 * 维护者：陈宏
 *
 * 样式版本： v1.0
 * 版本时间：
 * 注意事项： 请勿轻易修改，共用部分主要样式
 *
 */

/*首页、商标管理及搜索页头部样式*/
/*头部样式*/
.header {
    width: 100%;
    overflow: hidden;
}

.bzq {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.logo_bz {
    float: left;
    padding-top: 22px;
    width: 320px;
}

.bzq_r {
    float: right;
    width: 320px;
    margin-top: 30px;
}

.search {
    text-align: right;
    overflow: hidden;
}

.search p {
    float: left;
    color: #666;
    line-height: 26px;
    font-size: 14px;
    padding-right: 10px;
}

.search input {
    background: #fff;
    width: 300px;
    float: left;
    padding-left: 10px;
    height: 46px;
    border: 0;
}

.search button {
    background: url("../images/ico-search-button.png") no-repeat center center #deddde;
    float: left;
    height: 46px;
    border: 0;
    background-size: inherit;
    padding-right: 4px;
    width: 40px;
}

/*.search button*/
.tel {
    margin-top: 10px;
    background: url("../images/tel03.jpg") no-repeat 100px 4px;
    font-size: 26px;
    color: #af1e23;
    padding-left: 34px;
    text-align: right;
}

/*尾部样式*/
.footer {
    width: 100%;
    background-color: #c9caca;
    /*height: 320px;*/
}

.footer_con {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.footer_con li {
    float: left;
    margin-top: 25px;
    height: 285px;
}

.footer_con li h3 {
    font-size: 16px;
    color: #bf3137;
    text-align: left;
}

.footer_con li h2 {
    font-family: arial;
    font-size: 22px;
    color: #8d8d8e;
    text-align: left;
}

.pro_category {
    overflow: hidden;
}

.foot_mid_make {
    width: 175px;
    padding-left: 30px;
    box-sizing: border-box;
}

.foot_mid_make .pro_category {
    width: 180px;
}

.foot_mid_make .pro_category li {
    float: none;
}

.foot_mid .pro_category {
    width: 460px;
}

.pro_category li {
    float: left;
    width: 230px;
    text-align: left;
    margin-top: 0;
    height: 28px;
    line-height: 28px;
    padding-right: 13px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    box-sizing: border-box;
}

.pro_category li a {
    color: #0a4e98;
    font-size: 14px;
    line-height: 28px;
}

.footer_con li.foot_l {
    width: 210px;
    text-align: center;
    border-right: 1px dashed #e8e8e8;
}

.footer_con li.foot_l img {
    padding-top: 100px;
}

.footer_con li.foot_mid {
    /*width: 275px;*/
    text-align: center;
    padding-left: 25px;
    padding-right: 25px;
    border-right: 1px dashed #e8e8e8;
    border-left: 1px dashed #e8e8e8;
}

.foot_mid p {
    text-align: left;
    font-size: 16px;
    padding-top: 15px;
}

.foot_mid_make p a,
.foot_mid p a {
    color: #0a4e98;
    font-size: 14px;
}

.foot_mid p a:hover {
    text-decoration: underline;
}

.footer_con li.foot_r {
    border-right: 0;
    width: 240px;
    padding-left: 25px;
}

.pro_category,
.contact_foot {
    margin-top: 10px;
    overflow: hidden;
    width: 360px;
}

.contact_foot li {
    overflow: hidden;
    color: #0a4e98;
    margin-top: 0px;
    font-size: 14px;
    height: auto;
    line-height: 28px;
}

.contact_foot li span {
    float: left;
    display: inline-block;
    width: 48px;
}

.contact_foot li p {
    float: left;
    width: 195px;
}

.contact_foot li p a {
    color: #0a4e98;
}

.contact_foot li p a:hover {
    text-decoration: underline;
}

.web_info {
    background-color: #0a4e98;
    height: 42px;
    width: 100%;
}

.web_info p {
    width: 1000px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    line-height: 42px;
    font-size: 12px;
}

.web_info p a {
    color: #fff;
}

.web_info p a:hover {
    text-decoration: underline;
}

/*导航*/
.nav {
    width: 100%;
    background: url("../images/nav_bg.jpg") repeat-x;
    height: 30px;
    line-height: 30px;
    margin-top: 25px;
}

.nav_con {
    width: 1000px;
    margin: 0 auto;
}

.nav_con ul {}

.nav_con ul li {
    float: left;
}

.nav_con ul li a {
    color: #2c1c03;
    font-size: 16px;
}

.nav_con ul li:hover {
    background: #0a4e98;
}

.nav_con ul li:hover a {
    color: #fff;
}

.nav_con ul li.current {
    background: #0a4e98;
}

.nav_con ul li.current a {
    color: #fff;
}

/*导航补充*/
.dhright-01 {
    overflow: visible;
    z-index: 10;
}

.nav .subnav>a {
    width: 130px;
    height: 30px;
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
}

.nav .subnav>a.active {
    width: 165px;
    color: #fff;
    background-color: #0a4e98;
}

.bjbj {
    width: 139px;
    height: 30px;
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    background-color: #0a4e98;
}

.bjbj2 {
    width: 139px;
    height: 30px;
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    background-color: #0a4e98;
}

.bjbj3 {
    width: 139px;
    height: 30px;
    display: block;
    font-family: "微软雅黑";
    font-size: 16px;
    color: #000000;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
}

.bjbj4 {
    width: 165px;
    height: 30px;
    display: block;
    font-family: "微软雅黑";
    font-size: 14px;
    color: #fff;
    text-decoration: none;
    text-align: center;
    line-height: 30px;
    background-color: #0a4e98;
}

.xlbot {
    clear: both;
    width: 108px;
    height: 5px;
}

.subnav {
    float: left;
    /*width: 157px;*/
    height: 30px;
    overflow: visible;
    z-index: 1000;
    position: relative;
}

.content ul {
    clear: both;
    width: 165px;
    z-index: 1000;
    display: none;
    position: absolute;
    left: -20px;
    top: 30px;
    overflow: visible;
}

.content2 ul {
    clear: both;
    width: 165px;
    z-index: 1000;
    display: none;
    position: absolute;
    left: 0px;
    top: 30px;
    overflow: visible;
    background: url("../images/nav_child_bg.png") repeat;
}

.content2 ul li {
    width: 165px;
    height: 30px;
    font-family: Arial;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    position: relative;
    overflow: visible;
    z-index: 1000;
}

.content3 ul {
    clear: both;
    width: 165px;
    z-index: 999;
    display: none;
    position: absolute;
    overflow: visible;
    z-index: 1000;
    display: none;
    left: 165px;
    top: 0px;
}

.content3 ul li {
    width: 165px;
    height: 30px;
    font-family: Arial;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    list-style-type: none;
    position: relative;
    overflow: visible;
    z-index: 1000;
}

.content4 ul {
    clear: both;
    width: 165px;
    z-index: 999;
    display: none;
    position: absolute;
    overflow: visible;
    z-index: 1000;
    display: none;
    left: 165px;
    top: 0px;
}

.content4 ul li {
    width: 165px;
    height: 30px;
    font-family: Arial;
    line-height: 30px;
    font-size: 12px;
    text-align: center;
    list-style-type: none;
    position: relative;
    overflow: visible;
    z-index: 1000;
}

.subMenuul {
    width: 138px;
}

.subMenuli {
    clear: both;
    text-align: center;
    width: 138px;
    height: 30px;
    font-family: "微软雅黑";
    line-height: 30px;
    font-size: 12px;
    overflow: visible;
    font-weight: bold;
}

.subMenuli2 {
    clear: both;
    text-align: center;
    width: 138px;
    height: 30px;
    font-family: "微软雅黑";
    line-height: 30px;
    font-size: 12px;
    overflow: visible;
    font-weight: bold;
}

.subMenuli3 {
    clear: both;
    text-align: center;
    width: 138px;
    height: 30px;
    font-family: "微软雅黑";
    line-height: 30px;
    font-size: 12px;
    overflow: visible;
    font-weight: bold;
}

.top_rb {
    position: absolute;
    right: 0px;
    top: 55px;
    width: 600px;
    height: 22px;
    z-index: 1;
    text-align: right;
    line-height: 22px;
}

.top_rb2 {
    position: absolute;
    right: 20px;
    top: 55px;
    width: 600px;
    height: 22px;
    z-index: 1;
    text-align: right;
    line-height: 22px;
}

.nav ul li a {
    font-family: 'Microsoft Yahei', 'Simsun';
    font-size: 14px;
    font-weight: normal;
    color: #000;
}

.nav ul li a:hover {
    color: #fff;
}

.nav ul li.subMenuli2 a {
    color: #000;
}

.nav ul li.subMenuli2:hover a {
    color: #fff;
}

.nav ul li.subMenuli2 a:hover {
    color: #fff;
}

.nav ul li.subMenuli2 ul li.subMenuli3 a {
    color: #000000;
}

.nav ul li.subMenuli2 ul li.subMenuli3 a:hover {
    color: #fff;
}

/*分页*/
#pageNav {
    margin: 0 auto;
    height: 26px;
    padding: 17px 0px 17px;
    clear: both;
    text-align: center;
}

#pageNav a {
    display: inline-block;
    padding: 0 5px;
    height: 20px;
    color: #333333;
    text-align: center;
}

#pageNav a:hover {
    text-decoration: none;
}

#pageNav a.btn-default {
    margin-right: 12px;
    background-color: #cacaca;
}

#pageNav a.btn-default:hover {
    background: #0a4e98;
    color: #ffffff;
}

#pageNav a.btn-cur {
    margin-right: 12px;
    background: #0a4e98;
    color: #ffffff;
}

#pageNav a.btn-omit {
    margin-right: 12px;
}

#pageNav a.total {
    margin-right: 12px;
}

#pageNav a.total:hover {
    background: #0a4e98;
    color: #ffffff;
}

#pageNav span {
    display: inline-block;
    color: #333333;
    margin-left: 8px;
    margin-right: 8px;
}

#pageNav a.btn-page {
    width: 64px;
    height: 24px;
    line-height: 24px;
    border: 1px solid;
    text-align: center;
}

#pageNav a.btn-prev {
    margin-right: 18px;
    border-color: #d4d4d4;
    color: #cccccc;
    background: #ffffff;
}

#pageNav li {
    /*float: left;*/
    list-style: none;
    padding-right: 5px;
    padding-left: 5px;
    display: inline-block;
}

#pageNav li strong {
    padding-right: 5px;
    padding-left: 5px;
}

/*首页产品样式*/
.index_pro {
    width: 180px;
    overflow: hidden;
    margin-left: 15px;
}

.index_pro div.index_pro_img {
    text-align: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.index_pro div.index_pro_img img {
    max-width: 167px;
    max-height: 108px;
}

.index_pro h4 a {
    color: #a51f24;
    font-size: 14px;
    line-height: 32px;
}

.index_pro p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
}

.index_pro a.more_btn {
    margin-top: 12px;
    width: 100px;
    height: 18px;
    line-height: 18px;
    text-align: left;
    display: inline-block;
    color: #0a4e98;
    font-size: 12px;
}

.index_pro a:hover {
    text-decoration: underline;
}

/*首页产品样式二*/
.index_pro_two {
    overflow: hidden;
}

.index_pro_two .index_pro_img {
    float: left;
    padding-top: 25px;
}

.index_pro_two .index_pro_img img {
    max-width: 110px;
    max-height: 70px;
}

.index_pro_two .ipro_two_info {
    float: left;
    width: 165px;
    margin-left: 15px;
}

.ipro_two_info h4 a {
    color: #ca3339;
    font-size: 14px;
    line-height: 32px;
}

.ipro_two_info p {
    font-size: 12px;
    line-height: 18px;
    color: #000;
}

.ipro_two_info a.more_btn {
    margin-top: 12px;
    width: 100px;
    height: 18px;
    line-height: 18px;
    text-align: left;
    display: inline-block;
    color: #0a4e98;
    font-size: 12px;
}

.ipro_two_info a:hover {
    text-decoration: underline;
}

/*内容区域样式*/
.wapper {
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

/*首页框架*/
.banner {
    width: 100%;
    position: relative;
    height: 258px;
    margin: 10px auto;
    border-bottom: 2px solid #ddd;
}

.ipro {
    width: 930px;
    margin: 25px auto 0;
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    padding-bottom: 25px;
}

.ipro_l {
    width: 210px;
    float: left;
    border-right: 1px solid #ddd;
    height: 430px;
    padding-right: 30px;
}

.ipro_l div.ipro_img {
    border-bottom: 1px solid #ddd;
    padding-top: 25px;
    width: 210px;
    height: 90px;
}

.ipro_r {
    float: left;
    width: 660px;
    margin-left: 20px;
    overflow: hidden;
}

.ipro_rt {
    overflow: hidden;
    border-bottom: 1px solid #ddd;
    height: 260px;
    padding-bottom: 20px;
}

.ipro_rt li {
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 24px;
    height: 260px;
}

.ipro_rt li.last {
    border: 0;
}

.ipro_rb {
    overflow: hidden;
    margin-top: 15px;
}

.ipro_rb li {
    float: left;
    padding-left: 15px;
}

.ipro_rb li.first_li {
    float: left;
    border-right: 1px solid #ddd;
    padding-right: 25px;
}

.news_index {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
    display: flex;
    justify-content: space-between;
    margin-bottom: 20px;
}

.news_index h4 {
    font-size: 16px;
    font-weight: bold;
    color: #0c5e89;
    line-height: 32px;
}

.news_index dd {
    margin-top: 10px;
}

.news_index h2 {
    overflow: hidden;
    line-height: 28px;
}

.news_index h2 span {
    width: 80%;
    float: left;
    width: 300px;
    display: inline-block;
    color: #0a4e98;
    font-size: 14px;
}

.news_index h2 span a:link,
.news_index h2 span a:visited,
.news_index h2 span a:hover,
.news_index h2 span a:active {

    color: #0a4e98;

}

.news_index h2 i {
    float: right;
    /* width: 70px; */
    width: calc(100%-80%);
    display: inline-block;
    text-align: right;
    color: #888;
    font-style: normal;
    font-size: 12px;
}

.news_index p {
    color: #444;
    font-size: 12px;
    margin-bottom: 5px;
    line-height: 20px;
}

.news_index p a {
    color: #0a4e98;
}

.news_index p a:hover {
    text-decoration: underline;
}

.news_index_l {
    /*width: 50%;*/
    float: left;
    padding-left: 20px;
    padding-right: 35px;
    box-sizing: border-box;
    border-right: 1px solid #eee;
}

.news_index_r {
    width: 50%;
    float: left;
    padding-left: 35px;
    padding-right: 20px;
}

/*内页左侧菜单*/
.menu {
    width: 250px;
    border: 1px solid #dedede;
    border-bottom: 0;

    margin-top: 20px;
    padding-bottom: 80px;
}

.menu h2 {
    height: 36px;
    line-height: 36px;
    color: #fff;
    font-size: 18px;
    background-color: #0a4e98;
    text-align: center;
}

.children {
    overflow: hidden
}

.children li {
    line-height: 29px;
}

.children li.current {
    background: url("../images/menu_current.jpg") repeat-x;
}

.children li a {
    background: url("../images/arrow_01.jpg") no-repeat 15px center;
    padding-left: 25px;
    color: #333;
    font-size: 14px;
}

.children li.current a {
    background: url("../images/arrow_02.png") no-repeat 15px center;
    color: #fff;
    padding-left: 25px;
}

.children li.current ul {
    display: block;
}

.children ul.san_ul li {
    padding-left: 23px;
    text-align: left;
    float: left;
    width: 200px;
    background: none;
    border: none;
    font-size: 14px;
    padding-left: 0
}

.children ul.san_ul li a {
    color: #666;
    font-size: 14px;
    padding: 0;
}

.children ul.san_ul li a:link {
    color: #666;
    background: none;
    line-height: 29px;
}

/*内页右侧内容*/
.wapper_r {
    width: 720px;
    float: right;
    margin-top: 20px;
}

.bread {
    background: url("../images/icon_bread.jpg") no-repeat left center;
    font-size: 14px;
    color: #0a4e98;
    padding-left: 25px;
    line-height: 36px;
    height: 36px;
}

.bread a {
    color: #5a5a5a
}

/*新闻列表*/
.news_list {}

.news_list li {
    border-bottom: 1px dashed #ddd;
    padding-bottom: 30px;
    padding-top: 20px;
    position: relative;
}

.news_list li h4 {
    overflow: hidden;
    line-height: 32px;
}

.news_list li h4 span {
    color: #0a4e98;
    font-size: 16px;
    float: left;
    display: inline-block;
}

.news_list li h4 span a:link,
.news_list li h4 span a:visited,
.news_list li h4 span a:hover {

    color: #0a4e98;
}

.news_list li h4 i {
    display: inline-block;
    font-style: normal;
    text-align: right;
    float: right;
    color: #959695;
    font-size: 14px;
    padding-right: 6px;
}

.news_list li p {
    font-size: 14px;
    color: #5a5a5a;
    line-height: 26px;
    height: 52px;

    width: 100%;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;

}

.news_list li>a {
    color: #0a4e98;
    position: absolute;
    right: 6px;
    top: 108px;
}

/*新闻详细页*/
.detail_tit {
    color: #0a4e98;
    font-size: 18px;
    line-height: 30px;
    text-align: center;
}

.data {
    font-size: 14px;
    text-align: center;
    line-height: 22px;
    display: inline-block;
    color: #afb0af;
    width: 100%;
}

.detail_con {
    margin-top: 15px;
    margin-bottom: 40px;
}

.detail_con p {
    text-align: justify;
    text-indent: 2em;
    font-size: 14px;
    line-height: 24px;
    color: #666;
}

/*联系我们*/
.contact {
    padding-bottom: 20px;
}

.contact p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

.message {
    margin: 50px auto;
}

.message .row {
    overflow: hidden;
}

.message .row_l,
.message .row_r {
    float: left;
    width: 50%;
    overflow: hidden;
}

.row span {
    width: 5px;
    float: left;
}

.row p {
    float: left;
}

.row input {
    float: left;
}

/*关于我们*/
.about h2 {
    color: #0a4e98;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
}

.about p {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

/*服务支持*/
.sevice {
    margin-top: 20px;
    margin-bottom: 40px;
}

.sevice ul {
    overflow: hidden;
}

ul.service_apply li {
    float: left;
    width: 280px;
    margin-right: 50px;
    overflow: hidden;
    margin-left: 50px;
    margin-top: 30px;
}

.service_apply li .slt {
    border: 1px solid #dadada;
    border-radius: 5px;
    width: 120px;
    float: left;
    text-align: center;
}

.service_apply li .slt img {
    max-width: 107px;
}

.apply_info {
    float: left;
    width: 140px;
    margin-left: 15px;
}

.apply_info h5 {
    font-size: 14px;
    color: #0a4e98;
    line-height: 24px;
}

.apply_info p {
    color: #666;
    line-height: 16px;
    font-size: 12px;
    text-align: justify;
    text-justify: distribute-all-lines;
    text-align-last: justify;
}

.apply_info p a {
    color: #666;
}

.apply_info p a:hover {
    text-decoration: underline;
}

.down li {
    float: left;
    width: 230px;
    margin-left: 10px;
    margin-right: 10px;
}

.down li a {
    color: #666;
    font-size: 14px;
    line-height: 28px;
}

.down li a:hover {
    text-decoration: underline;
}

.site {
    overflow: hidden;
    width: 85%;
    margin: 0 auto;
}

.site dt {
    width: 100%;
    font-weight: bold;
    border-bottom: 1px solid #cccccc;
    height: 30px;
    line-height: 30px;
    margin-bottom: 10px;
    margin-top: 15px;
}

.site dd {
    overflow: hidden;
}

.site dd ul li {
    float: left;
    width: 25%;
    text-align: left;
}

.site dd ul li a {
    color: #666;
    background: none;
    padding-left: 0;
}

.site dd ul li a:hover {
    text-decoration: underline;
}

/*产品中心*/
.pro_brand {
    overflow: hidden;
    width: 740px;
    margin: 20px auto 10px;
    height: 58px;
    border-bottom: 1px solid #1a5a9e;
}

.pro_brand dt {
    float: left;
    width: 120px;
    text-align: left;
    border-right: 2px solid #1a5a9e;
    overflow: hidden;
}

.pro_brand dt img {
    max-width: 120px;
}

.pro_brand dd {
    float: left;
    text-align: left;
    color: #1a5a9e;
    line-height: 26px;
    width: 580px;
    margin-left: 25px;
}

.fourth_catagory {
    overflow: hidden;
    width: 720px;
    margin: 0 auto;
}

.fourth_catagory dt {
    text-align: left;
    color: #1a5a9e;
    font-size: 16px;
    line-height: 40px;
}

.fourth_catagory dt i {
    width: 10px;
    height: 10px;
    display: inline-block;
    margin-right: 15px;
    background-color: #1a5a9e;
    padding: 0;
}

.fifth_catagory {
    overflow: hidden;
}

/*.fifth_catagory li.pro_line{height: 1px; background-color: #e4e4e4;}*/
.fifth_catagory li {
    border-bottom: 1px dashed #e4e4e4;
    overflow: hidden;
    padding-bottom: 10px;
    padding-top: 20px;
}

.fifth_catagory li.last {
    border-bottom: 0;
}

/*.fifth_info{ margin-bottom: 30px; margin-top: 30px; width: 100%; overflow:hidden;}*/
.category-img {
    display: table;
    width: 210px;
    height: 140px;
    float: left;
    border: 1px solid #eee;
    margin-right: 20px;
    text-align: center;
}

.fifth_img {
    overflow: hidden;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    *font-family: Arial;
    *display: table-cell;
    line-height: 140px;
    width: 210px;
    *float: left;
    float: left \9;
}

.fifth_img img {
    display: inline;
    max-width: 167px;
    vertical-align: middle;
    max-height: 138px;
}

.category-intro {
    width: 485px;
    float: left;
}

.category-intro h5 {
    color: #ca3339;
    font-size: 16px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
}

.category-intro p {
    font-size: 14px;
    line-height: 26px;
    color: #666;
    height: 80px;
    overflow: hidden;
}

.category-intro a.prolist_more {
    margin-top: 12px;
    width: 100px;
    height: 18px;
    line-height: 18px;
    text-align: left;
    display: inline-block;
    color: #0a4e98;
    font-size: 12px;
}

/*产品详情*/
.pro_detail {
    overflow: hidden;
    width: 720px;
    margin: 0 auto;
}

.pro_detail h4 {
    font-size: 18px;
    color: #ca3339;
    line-height: 40px;
    text-align: center;
    margin-bottom: 10px;
    margin-top: 10px;
}

.pro_img {
    overflow: hidden;
}

.pro_img_l {
    position: relative;
    float: left;
    width: 245px;
    height: 200px;
    border: 1px solid #e4e4e4;
    border-radius: 3px;
    overflow: hidden;
    text-align: center;
    line-height: 200px;
    margin-right: 40px;
    vertical-align: middle;
    /*缩略图大于样式定义宽度时样式：*/
    display: table \9;
    table-layout: fixed \9;
}

.pro_img_l a {
    height: 200px;
    height: 200px \9;
    line-height: 200px;
    vertical-align: middle;
    display: table-cell;
    zoom: 1;
    text-align: center;
    font-size: 200px;
    overflow: hidden;
}

.pro_img_l img {
    vertical-align: middle;
    max-height: 200px;
    max-width: 245px;
    display: inline;
}

.pro_img_r {
    float: left;
    width: 435px;
}

.pro_img_r p {
    overflow: hidden;
    line-height: 26px;
}

.pro_img_r p span.pro_name {
    float: left;
    display: inline-block;
    width: 50px;
    text-align: left;
    color: #1a5a9e;
    font-size: 14px;
}

.pro_img_r p span.pro_name_info {
    color: #333;
    display: inline-block;
    float: left;
    width: 380px;
}

span.special {
    height: 100px;
    overflow: hidden;
}

.pro_detail_tab {
    overflow: hidden;
    margin-top: 30px;
}

.pro_tab_tit {
    overflow: hidden;
    border-bottom: 1px solid #e4e4e4;
    padding-bottom: 10px;
}

ul.pro_tab_tit li {
    font-size: 16px;
    color: #333;
    line-height: 16px;
    float: left;
    text-align: center;
    width: 20%;
    border-right: 1px solid #666;
    cursor: pointer;
}

ul.pro_tab_tit li.current {
    font-size: 16px;
    color: #1a5a9e;
    border-right: 1px solid #1a5a9e;
}

.pro_tab_con {}

.pro_tab_detail {
    padding: 15px;
}

.pro_tab_detail p {
    line-height: 24px;
}

.pro_tab_detail table {
    border: 1px solid #e4e4e4;
    margin: 15px auto;
    width: 630px;
}

.pro_tab_detail table tr td {
    border: 1px solid #e4e4e4;
    text-align: left;
    line-height: 20px;
    padding: 5px;
}

/*20160605*/
.service_apply .apply_info p {
    text-align: left;
    text-align-last: left;
}

.pro-list-new {
    width: 720px;
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    min-height: 500px;
}

.list-last .fifth_info {
    border-right: 0;
    padding-right: 0;
}

.san_ul {
    display: none;
    overflow: hidden;
    width: 215px;
    margin-left: 35px;
    font-size: 14px;
}

.san_ul li a {
    font-size: 14px;
    text-align: left;
    width: 200px;
}

.children li.current li a:hover,
.children ul.san_ul .cur a {
    color: #1B5EA7;
    font-size: 14px;
}

.children li.current a:hover {
    color: #fff;
}

.fifth_info {
    padding-left: 25px;
    padding-right: 25px;
    margin-bottom: 15px;
    margin-top: 15px;
    border-right: 1px solid #c9caca;
    /*width: 185px;*/
}

.fifth_info .fifth_img {
    overflow: hidden;
    width: 185px;
    height: 120px;
    text-align: center;
    display: table-cell;
}

.fifth_info img {
    max-width: 167px;
}

.fifth_info h5 {
    color: #333;
    font-size: 14px;
    line-height: 32px;
    height: 32px;
    overflow: hidden;
    margin-top: 15px;
}

.fifth_info h5 b {
    font-weight: normal;
}

.fifth_info p {
    font-size: 12px;
    line-height: 20px;
    color: #000;
    height: 60px;
    overflow: hidden;
}

.fifth_info a.prolist_more {
    margin-top: 0px;
    width: 100px;
    height: 18px;
    line-height: 18px;
    text-align: left;
    display: inline-block;
    color: #0a4e98;
    font-size: 12px;
}

.pro-list-new li {
    float: left;
    height: 280px;
    box-sizing: border-box;
    width: 33.3%
}

.pagelist {
    margin-top: 20px;
    margin-right: 20px;
    font-size: 14px;
    color: #666;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
}

.pagelist strong {
    padding-left: 5px;
    padding-right: 5px;
}

.pro_tab_detail td p {
    line-height: 18px;
}

.banner-ul {
    height: 258px;
    width: 1000px;
    margin: 0 auto;
    overflow: hidden;
}

.banner-ul li {
    float: left;
}

.num-nav {
    position: absolute;
    left: 50%;
    bottom: 15px;
    z-index: 20;
    margin-left: -60px;
}

.num-nav a {
    display: inline-block;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    content: "";
    margin-left: 10px;
    margin-right: 10px;
    border-radius: 50%;
    text-align: center;
    font-size: 14px;
    line-height: 20px;
}

.num-nav a.active-slide {
    background-color: #be0000;
    color: #fff;
}

.num-nav a.active-slide:link {
    color: #fff;
}

.num-nav a:link {
    color: #be0000;
}

.pro_tab_detail .tborder0 {
    width: 100%;
}

.pro_tab_detail .tborder0,
.pro_tab_detail .tborder0 tr td {
    border: 0;
    margin: 0;
}

.tborder0 tr td p {
    line-height: 24px;
    text-align: justify;
}

.tborder0 tr td.tdcenter {
    text-align: center;
}

.p-indent {
    text-indent: 2em;
}

.imgInfo .tborder0 tr td {
    padding: 0;
}

.pro_tab_detail .imgInfo {
    overflow: hidden;
}

.pro_tab_detail .imgInfo h5 {
    font-weight: bold;
    padding-bottom: 10px;
}

.pro_tab_detail .imgInfo-info {
    float: left;
    width: 450px;
}

.pro_tab_detail .imgInfo-info p {
    text-align: justify;
}

.pro_tab_detail .imgInfo-img {
    float: left;
    text-align: center;
    width: 260px;
}

.pro_tab_detail .imgInfo-img img {
    display: inline;
}

.pro_tab_detail p.midImg {
    text-align: center;
    margin-top: 15px;
    margin-bottom: 15px;
}

/*20160913*/
.pdf {
    background: url("../images/pdf.jpg") no-repeat left center;
    padding-left: 35px;
    text-decoration: underline;
}

.pagelist li {
    float: left;
    padding-left: 3px;
    padding-right: 3px;
    min-width: 15px;
    text-align: center;
}

.toolbar {
    position: fixed;
    right: 0px;
    bottom: 50px;
    width: 52px;
}

.toolbar-item-top {
    width: 52px;
    height: 52px;
    display: block;
    background-image: url("../images/toolbar.png");
    background-repeat: no-repeat;
}

.toolbar-item-top:hover {
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 1s;
    -moz-transition: all 1s;
    -ms-transition: all 1s;
    -o-transition: all 1s;
    transition: all 1s;
}

.toolbar-item-top {
    background-position: 0 0;
}

.toolbar-item-top:hover {
    background-position: 0 -62px;
}

.banner_pic {
    /*width: 1000px;*/
    margin: 0 auto;
}

.news_list li h4 span b {
    font-weight: normal;
}

/*add 20180714*/
/*.js-silder{*/
/*border-bottom: 2px solid #ddd;*/
/*}*/
.header2 .nav2 {
    display: none;
}

.header2 .nav2 {
    display: none;
}

.header2 .mobileMenuBtn {
    position: fixed;
    right: 20px;
    top: 18px;
    width: 32px;
    text-align: center;
    cursor: pointer;
    z-index: 100;
    display: none;
    transition: 0.4s all;
    -webkit-transition: 0.4s all;

}

.header2 .mobileMenuBtn.active {
    right: 220px;
}

.header2 .mobileMenuBtn span {
    display: block;
    width: 100%;
    height: 3px;
    background: #41a0f3;
    margin-bottom: 8px;
    transition: 0.3s all;
    -webkit-transition: 0.3s all;

}

.header2 .mobileMenuBtn span:last-child {
    margin: 0;
}

.header2 .mobileMenuBtn span:first-child,
.header2 .mobileMenuBtn span:last-child {
    transform-origin: 100% 50%;
    -webkit-transform-origin: 100% 50%;
    transform: rotate(0);
    -webkit-transform: rotate(0);
}

.header2 .mobileMenuBtn.active span:first-child {
    transform: rotate(-43deg);
    -webkit-transform: rotate(-43deg);
}

.header2 .mobileMenuBtn.active span:last-child {
    transform: rotate(43deg);
    -webkit-transform: rotate(43deg);
}

.header2 .mobileMenuBtn span:nth-child(2) {
    transform: translateX(0);
    -webkit-transform: translateX(0);
}

.header2 .mobileMenuBtn.active span:nth-child(2) {
    transform: translateX(80px);
    -webkit-transform: translateX(80px);
    opacity: 0;
}

.min-logo {
    display: none;
}

.con_address {
    margin: 30px 0 0;
    /*width: 580px;*/
}

.dede_pages {
    overflow: hidden;
}

.nav2 .sec_nav li a {
    font-size: 14px;
}

@media screen and (max-width: 920px) {
    .js-silder {
        padding-top: 62px;
    }

    .header2 .new_nav {
        display: none;
    }

    .min-logo {
        display: block;
        /*padding-top: 15px;*/
        padding-left: 15px;
        /*margin-top: 10px;*/
        /*margin-left: 20px;*/
        box-sizing: border-box;
    }

    .min-logo img {
        /*display: inline-block;*/
        max-height: 35px;
    }

    .header2 {
        position: fixed;
        height: 60px;
        border-bottom: 2px solid #0a4e98;
        background: #fff;
        z-index: 8;
        padding-top: 10px;
        box-sizing: border-box;
    }

    .header2 .mobileMenuBtn {
        display: block;
    }

    .header2 .mobileMenuBtn_shad {
        z-index: 9;
        width: 100%;
        height: 0;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        background: rgba(0, 0, 0, 0.7);
        transition: 0.3s all;
        -webkit-transition: 0.3s all;
    }

    .header2 .mobileMenuBtn_shad.active {
        height: 100%;
    }

    .header2 .nav2 {
        display: block;
        padding: 20px;
        box-sizing: border-box;
        color: #fff;
        width: 200px;
        background: rgba(49, 152, 242, .8);
        position: fixed;
        height: 100%;
        overflow: auto;
        top: 0;
        right: -200px;
        transition: 0.6s all;
        -webkit-transition: 0.6s all;
    }

    .header2 .nav2.active {
        right: 0;
        z-index: 10;
    }

    .header2 .nav2 ul li {
        display: block;
        line-height: 50px;
        font-size: 16px;
        width: 100%;
        border-bottom: 1px solid #749fc5;
        text-align: center;
    }

    .header2 .nav2 ul li:hover {
        background: #0a4e98;
    }

    .header2 .nav2 ul li a {
        border: none;
        border-bottom: solid 0px #378fdd;
        line-height: normal;
        padding: 12px 0;
        color: #fff;
        font-weight: normal;
    }

    .subMenuul {
        width: 100%;
        margin: 0 auto;
        background: #0660c1;
    }

    .nav2 .subMenuul .subMenuli {
        line-height: 30px;
        border-bottom: 1px dashed #1d79dc;
    }

    .nav2 .subMenuul .subMenuli a {
        padding: 0;
        line-height: 30px;
        font-size: 14px;
    }

    .header2 .nav2 ul li a:hover,
    .header2 .nav2 ul li a.active {
        border: none;
        border-bottom: solid 0px #429ae9;
        opacity: 1;
        filter: alpha(opacity=100);
    }

    .header2 .md-show {
        display: block;
    }

    .bjbj {
        width: 100%;
        height: 50px;
    }

    .news_index h2 span {
        width: 70%;
    }

}

/*友情链接 20190730*/
.flink {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    width: 1000px;
    margin: 10px auto;
}

.flink ul {
    flex: 1;
}

.flink li {
    float: left;
    padding-left: 10px;
    padding-right: 10px;
}

.flink li a {
    color: #666;
}

.flink li a:hover {
    text-decoration: underline;
    color: #0a4e98;
}

/*20191017首页样式表*/
.index_product {
    margin-top: 25px;
    overflow: hidden;
    padding-top: 20px;
}

.index_product .thumbnail {
    padding: 20px 13px;
    border: none;
    transition: 0.15s ease-in-out;
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.2);
    margin: 0 5%;
    display: inline-block;
    margin-bottom: 30px;
    vertical-align: top;
    background-color: #f8f8f8;
    box-sizing: border-box;
    width: 90%;
}

.index_product .thumbnail .thum_img {
    text-align: center;
    display: block;
    padding: 20px 20px 20px 20px;
}

.index_product .thumbnail .thum_img img {
    display: inline;
    height: 160px;
    width: auto;

}

.index_product .thumbnail h3 {
    margin-top: 8px;
    margin-bottom: 8px;
    border-top: 1px dashed #ddd;
    padding-top: 8px;
}

.index_product .thumbnail h3 a {
    color: #0a4e98;

}

.index_product .thumbnail:hover {
    transform: translateY(-10px) scale(1.02);
    box-shadow: 0 8px 15px rgba(0, 0, 0, 0.4);
}

.index_product .thumbnail .caption p {
    font-size: 12px;
    color: #444;
    line-height: 20px;
    height: 60px;
    overflow: hidden;
}

.index_product .thumbnail .more_btn {
    text-align: right;
    font-size: 12px;
    display: block;
    color: #0a4e98;
    margin-top: 8px;
}

.pro-list-new>div {
    width: 100%
}

.inner_wrap {
    display: flex;
    align-items: stretch;
    justify-content: space-between;
    height: 100%;
}


.swiper-container {
    width: 100%;
    /*height:600px;*/
}

.swiper-slide {
    position: relative;
    text-align: center;
    font-size: 28px;
    color: red;
    background: #1951a9;
    /* Center slide text vertically */
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}

/*.swiper-slide::before{
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    background: #52b7b6;
    width: 100%;
    height: 720px;
    transform: translate(308px,232px) rotate(-60deg);
}*/
.swipe_pagination {
    position: absolute;
    z-index: 21;
    width: 110px;
    text-align: left;
    padding-left: 100px;
}

.swiper-pagination-bullet {
    opacity: 0.5;
    background-color: white;

}

.swiper-pagination-bullet-active {
    opacity: 1;
}

.banner_more {
    height: 32px;
    line-height: 32px;
    border: 2px solid #fff;
    font-size: 14px;
    color: #fff;
    display: block;
    width: 120px;
    text-align: center;
    border-radius: 5px;
    margin-top: 20px;
}

.banner_more:hover {
    background: #03aae7;
    color: #fff;
}

.banner_img {
    /*margin-left: 20%;*/
}

.banner_767 {
    display: none;
}

.slide_left {
    position: relative;
    z-index: 2;
    color: #ffffff;
    text-align: left;
    margin-top: -50px;
    width: 560px;
}

.slide_left h4 {
    font-size: 40px;
    line-height: 62px;

    font-weight: normal;

}

.slide_left h4 a {
    color: #ffffff;
}

.slide_left .intro {
    font-size: 24px;
    margin-top: 10px;
}

.slide_left .application {
    font-size: 20px;
    line-height: 36px;
    margin-top: 50px;
}

.slide_img {
    position: relative;
    z-index: 2;
}

.slide_img img {

    object-fit: cover;
    display: block;
    opacity: 1;
    transition: all .3s;
}

.swiper-wrapper.swiper-slide-active .slide_img img {
    opacity: 1;
    transition-delay: .3s;
}

.swiper-wrapper.swiper-slide-active>* {
    opacity: 1;
    transform: none;
}

.swiper-slide-active .slide_num {
    right: 12%;
}

.swiper-slide-active .slide_left>* {
    opacity: 1;
    transform: none;
}

.swiper-wrapper>*:nth-child(1) {
    transition-delay: 0.3s;
}

.swiper-wrapper>*:nth-child(2) {
    transition-delay: 0.4s;
}

.swiper-wrapper>*:nth-child(3) {
    transition-delay: 0.5s;
}

.swiper-wrapper>*:nth-child(4) {
    transition-delay: 0.6s;
}

.swiper-wrapper>*:nth-child(5) {
    transition-delay: 0.7s;
}

.swiper-wrapper>*:nth-child(6) {
    transition-delay: 0.8s;
}

.slide_left>* {
    opacity: 0;
    transform: translateY(25px);
    transition: all .4s;
}

.slide_num {
    right: -15%;
    transition: all .4s;
    position: absolute;
    bottom: 20px;
    font-size: 40px;
    color: #ffffff;
}

.swiper-slide .slide_left .line {
    height: 0;
    width: 100%;
    border-bottom: 1px dashed #fff;
    opacity: 0.3;
    margin-bottom: 20px;
    margin-top: 10px;
}

.swiper-slide .slide_left04 .application {
    margin-top: 15px;
}

/*20200728 详情页列表页分类*/
.top_nav {
    display: none;
}

/* 20201215 荣誉资质 */
.ryzz_thumbnails {
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
}

.ryzz_thumbnails li {
    width: 33%;
    margin-bottom: 20px;
}

.ryzz_thumbnails a {
    display: block;
    text-align: center;
    color: #333;
    text-decoration: none;
}

.ryzz_thumbnails img {
    height: 200px;
    display: inline-block;
}

.ryzz_thumbnails span {
    word-wrap: break-word;
    white-space: normal;
    display: block;
    text-align: center;
    width: 75%;
    margin: 0 auto;
}

@media screen and (max-width: 736px) {
    .index_product {
        margin-top: 90px;
    }

    .news_index_r {
        display: block;
        width: 100%;
        padding-left: 20px;
        padding-right: 35px;
        margin-top: 20px;
    }

    .slide_left {
        margin-left: 40px;
        padding: 0 20px;
    }

    .slide_left .application {
        display: none !important;
    }

    .swiper-container {
        top: 60px;
    }

    .slide_left h4 {
        font-size: 14px;
        line-height: 22px;
    }

    .slide_left .intro {
        font-size: 12px;
        line-height: 16px;
        margin-top: 5px;
    }

    .swiper-slide-active .slide_num {
        right: 5%;
        bottom: 6px;
        font-size: 20px;
    }

    .slide_left {
        margin-top: -20px;
    }

    .slide_left .intro04 {
        display: none;
    }

    .slide_img img {
        padding-left: 0;
    }

    .swiper-slide .slide_left .line {
        border-bottom: 1px dashed #fff;
        opacity: 0.5;
        margin-bottom: 10px;
        margin-top: 10px;
    }

    /*20200728 详情页列表页分类*/
    .top_nav {
        display: block;
    }

    .top_nav_list {
        margin-bottom: 10px;
    }

    .top_nav_item {
        display: inline-block;
        border: 1px solid #ddd;
        background: #eee;
        padding: 2px 5px;
        margin: 3px 5px 3px 0;
        font-size: 12px;
    }

    .top_nav_item:hover {
        background: #ddd;
        color: #007aff;
    }

    #dituContent {
        width: 340px !important;
        height: 300px !important;
    }


}

/*表格响应式 20201224*/
.table-container {
    width: 100%;
    overflow-y: auto;
    _overflow: auto;
    margin: 0 0 1em;
}

/*添加IOS下滚动条*/
.table-container::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 14px;
    height: 14px;
}

.table-container::-webkit-scrollbar-thumb {
    border-radius: 8px;
    border: 3px solid #fff;
    background-color: rgba(0, 0, 0, .3);
}

.join_us .join_item {
    margin-bottom: 20px;
}

.join_item_tit {
    line-height: 30px;
    background-color: #ebebeb;
    color: #333;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.join_item_tit:hover {
    cursor: pointer;
    background-color: #e1e1e1;
}

.join_item_tit span img {
    display: inline;
    padding-left: 15px;
    padding-right: 5px;
}

.join_item_tit .up_down {
    padding-right: 15px;
}

/*.join_item_tit i.up_arrow {*/
/*    background: right center url('../images/join01.png') no-repeat;*/
/*}*/

/*.join_item_tit i.down_arrow {*/
/*    background: right center url('./images/join03.png') no-repeat;*/
/*}*/

.join_item_con {
    min-height: 150px;
    border: 1px solid #ebebeb;
    border-top: 0;
    box-sizing: border-box;
    padding: 15px;
}

/* 登录注册样式 */
.login_regist {
    display: inline-block;
}

.bzq_r_top {
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.bzq_r_top .top_item {
    margin-left: 5px;
    background-color: #0a4e98;
    color: #fff;
    border-radius: 3px;
    height: 32px;
    line-height: 32px;
    width: 65px;
    text-align: center;
}

.bzq_r_top .top_item:hover {
    cursor: pointer;
    background-color: #1d79dc;
}

.bzq_r_top .top_item.search_btn {
    background: url(../images/ico-search-button.png) no-repeat center center;
    background-size: 65%;
    width: 30px;
    background-color: #0a4e98;
}

.one_row {
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

/* .login_regist a{
    padding: 0 3px;
    color: #0a4e98;
}
.login_regist a:hover{
    border-bottom: 1px solid #0a4e98;
} */